From: Dominique Belhachemi Date: Wed, 28 Jan 2026 11:53:25 +0000 (+0100) Subject: Fix viskores warning X-Git-Tag: archive/raspbian/9.5.2+dfsg3-4+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=638074de68da789642c6bd32659e07c57c4dac88;p=vtk9.git Fix viskores warning Last-Update: 2025-09-25 /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 49 | RuntimeDeviceConfiguration() Gbp-Pq: Name 40_viskores.patch --- diff --git a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h index 133fa394..3c5cf5d8 100644 --- a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +++ b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h @@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration { public: VISKORES_CONT - RuntimeDeviceConfiguration() + RuntimeDeviceConfiguration() : #if TBB_VERSION_MAJOR >= 2020 HardwareMaxThreads(::tbb::task_arena{}.max_concurrency())